 |
API Documentation
|
|
|
COMPLEX_EFFECT_TYPE
Enumerates all complex effects available in the component.
Definition: ComplexEffectType.h:12
void setCompositorNode(nkGraphics::CompositorNode *value)
A node in the rendering graph described by a Compositor.
Definition: CompositorNode.h:12
Base class for all complex effects in the component.
Definition: ComplexEffect.h:18
nkMemory::StringView getName() const
Encompasses all API of component NilkinsAstraeus.
Definition: Engine.h:7
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
ComplexEffect(nkMemory::StringView name)
virtual COMPLEX_EFFECT_TYPE getType() const =0
void setName(const nkMemory::StringView &value)
nkGraphics::CompositorNode * getCompositorNode() const